home *** CD-ROM | disk | FTP | other *** search
- ' Chinese Checkers Installation Script
- ' Copyright 1992, ImagiSOFT, Inc.
- ' May 1, 1992
-
- ' Note: This installation script is written for THE FINISHING TOUCH, a
- ' professional installation program which is also an ImagiSOFT
- ' product. This script does not unpack files which is a major
- ' feature of the program. For more information about
- ' THE FINISHING TOUCH, call ImagiSOFT at (800) 767-1978 or
- ' (505) 275-1920. Our FAX number is (505) 275-9697.
- ' You can download the shareware version from our BBS:
- ' (505) 275-9697 2400, N, 8, 1
- ' Download the file FINISH.ZIP.
-
-
- BACKGROUND 63
- TELESCOPE OFF
-
- WINOPEN 0 2 95
- " ImagiSOFT, Inc."
- "Where Imagination Brings Software to Life"
- ""
- " CHINESE CHECKERS INSTALLATION PROGRAM"
-
- TELESCOPE ON
- SHADOW ON
- SPACE 360
-
- :EGA_TEST
- SHADOW OFF
- VIDEO EGA
- JUMP.NO NO_EGA
-
- :PROMPT
- DRIVE C 28 10 31 15 32 14 79
- PATH \CHINESE 12 10 31 15 32 14 79
-
- EXIST ~1~2\*.*
- JUMP.NO UNPACK
-
- EXIST ~1~2\CHINESE.EXE
- JUMP.YES UNPACK
-
- WINOPEN 0 10 31
- "The directory ~1~2 already exists and contains files!"
- "Are you sure you want to overwrite the files in this directory Y or N?"
- ASK +73 +2
- WINCLOSE
- JUMP.NO PROMPT
-
- :UNPACK
- PROMPT OFF
- DELETE ~1~2\*.* 1 24 51
- PROMPT ON
-
- TELESCOPE OFF
- COPY ~0\CHINESE.EXE ~1~2\ 0 0 79
- JUMP.FAIL INSTALL_FAILURE
- COPY ~0\CHINESE.ICO ~1~2\ 0 0 79
- COPY ~0\CHINESE.TXT ~1~2\ 0 0 79
- COPY ~0\CC_ORDER.TXT ~1~2\ 0 0 79
- COPY ~0\CHINESE.WL ~1~2\ 0 0 79
- COPY ~0\REGISTER.WL ~1~2\ 0 0 79
- COPY ~0\READ.ME ~1~2\ 0 0 79
- COPY ~0\CC_I_1.WL ~1~2\ 0 0 79
- COPY ~0\CC_I_2.WL ~1~2\ 0 0 79
- COPY ~0\CC_I_3.WL ~1~2\ 0 0 79
- COPY ~0\CC_I_4.WL ~1~2\ 0 0 79
- COPY ~0\CC_I_5.WL ~1~2\ 0 0 79
- COPY ~0\CC_I_6.WL ~1~2\ 0 0 79
- TELESCOPE ON
-
- EXIST ~3\CHINESE.BAT
- JUMP.NO DOS_PROMPT
- PROMPT OFF
- DELETE ~3\CHINESE.BAT 1 24 51
- PROMPT ON
-
- :DOS_PROMPT
- DOS 3.3
- JUMP.NO OLD_DOS
-
- FILE ~3\CHINESE.BAT
- "@~1"
- "@cd ~2"
- "@chinese"
- "@cd \"
- "@echo "
- "@echo Thanks for playing Chinese Checkers!"
- "@echo To play the program again, enter the command"
- "@echo CHINESE"
- "@echo from the root directory of drive ~3."
- JUMP DONE
-
- :OLD_DOS
- FILE ~3\CHINESE.BAT
- "echo off"
- "~1"
- "cd ~2"
- "cls"
- "chinese"
- "cd \"
- "echo "
- "echo Thanks for playing Chinese Checkers!"
- "echo To play the program again, enter the command"
- "echo CHINESE"
- "echo from the root directory of drive ~3."
-
-
- :DONE
-
- WINOPEN 0 10 31
- "ImagiSOFT's Chinese Checkers has been successfully installed."
- " To run it, enter the command CHINESE"
- " from the root directory of drive ~3."
- ""
- "Press the [Enter] key to continue."
-
- WAIT +36 +5
-
- WINCLOSE
-
- WINOPEN 0 10 31
- "Would you like to run Chinese Checkers Right Now Y or N?"
- ASK +60 +1
- JUMP.NO EXIT
-
- RUN ~3\CHINESE.BAT
-
- :EXIT
-
- END
-
- :INSTALL_FAILURE
-
- WINOPEN 0 11 79
-
- "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
- ""
- "Possible reasons:"
- " -- The floppy disk was damaged during shipping."
- " -- Your disk drive is out of alignment."
- " -- The floppy disk was removed prior to completion."
- ""
- "Press [Enter] to remove incomplete program files."
-
- WAIT 62 19
-
- PROMPT OFF
- DELETE ~1~2\*.* 0 0 31
- RD ~1~2
- DELETE ~3\CHINESE.BAT 0 0 31
- PROMPT ON
-
- WINCLOSE
-
- WINOPEN 0 11 31
-
- "Partially Installed Files are Now Deleted."
- ""
- "Please try to install the software again."
- "If you get this error message again,"
- "Send $1 for the latest shareware version to:"
- " ImagiSOFT, Inc."
- " Computer Games Division"
- " P.O. Box 13208"
- " Albuquerque, NM 87192"
- ""
- " Press [Enter] to Quit."
-
- WAIT +30 +11
- END
-
-
- :NO_EGA
-
- WINOPEN 0 11 79
-
- "CHINESE CHECKERS REQUIRES AN EGA (OR BETTER) MONITOR TO RUN."
- "Sorry, but it won't run on your computer."
- ""
- " Press [Enter] to Quit."
-
- WAIT +30 +4
-